home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / splint.zip / GETOPT.H < prev    next >
C/C++ Source or Header  |  1993-05-19  |  64b  |  4 lines

  1. extern int getopt();
  2. extern int optind;
  3. extern char *optarg;
  4.